home *** CD-ROM | disk | FTP | other *** search
- Path: news.compuserve.com!newsmaster
- From: Philippe Verdy <100105.3120@compuserve.com>
- Newsgroups: comp.lang.c++
- Subject: Re: BC++5.0 Program doesn't compile (see text)
- Date: 7 Apr 1996 22:04:17 GMT
- Organization: CompuServe Incorporated
- Message-ID: <4k9e51$fl9@arl-news-svc-5.compuserve.com>
- NNTP-Posting-Host: ad04-110.compuserve.com
-
- craiga@netcom.com (Craig Arnush) s'Θcrit :
- > Martin Moore <moore@nac.telco.com> writes:
- > >
- > >I cannot get the following program to compile...can anyone else?
- > >
- > >#include "vector.h"
- > >using namespace std;
- > >vector<long> test;
- >
- > I had absolutely no problems with it.
- >
- Sorry, it compiles on my BC++5.0
- But may be you need a int main(){} or int WinMain(){} function
- to avoid link-time errors...
-
-